Search
Utils.linearGradient Method
See Also
 






Creates a linear gradient brush with the specified blend and orientation angle.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public static GradientBrush linearGradient (
    double angle,
    float[] positions,
    Color[] colors
)

 Parameters

angle

positions

colors

 Return Value

 See Also